[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
litebar_field

    typedef struct litebar_field {
              char *command;
              int x, y;
              char flag;
              char key;
              char offset;
              char *message;
              int retval;
              struct litebar_header *submenu;
              struct litebar_field *next;
              struct litebar_field *previous;
              struct litebar_field *left;
              struct litebar_field *right;
              struct litebar_field *up;
              struct litebar_field *down;
         };

    #include <menuhk.h>

See Also: litebar_alloc()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson